home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Chess++ ƒ / ChessCommands.h < prev    next >
Text File  |  1993-05-06  |  909b  |  26 lines

  1. /******************************************************************************
  2.  ChessCommands.h
  3.  
  4.         Commands and Menu numbers for Chess
  5.  
  6.         Copyright © 1993 Steven J. Bushell. All rights reserved.
  7.         
  8.  ******************************************************************************/
  9.  
  10. #define _H_ChessCommands
  11.  
  12.     /**** M E N U S ****/
  13.  
  14. #define        MENUchess        1000            // Menu of chess app commands
  15.  
  16.     /**** C O M M A N D S ****/
  17.  
  18. #define    cmdSwapPlayers            1024L            // Swap players
  19. #define    cmdStopThinking            1025L            // Stop Brain from thinking
  20. #define cmdOptions                1030L            // Bring up options dialog
  21. #define    cmdTellTime                5800L            // Tell the time
  22.  
  23. #define ResignNoteAlert            1024            // 'I resign' note alert res ID
  24. #define CheckmateNoteAlert        1025            // 'Checkmate' note alert res ID
  25. #define CheckNoteAlert            1026            // 'Moved into Check' note alert res ID
  26. #define StalemateNoteAlert        1027            // 'Stalemate' note alert res ID